DataSource for Entity Framework for WinForms
IndexedCollection<T> コンストラクタ(IList<T>)

C1.LiveLinq.4.5.2 アセンブリ > C1.LiveLinq.Collections 名前空間 > IndexedCollection<T> クラス > IndexedCollection<T> コンストラクタ : IndexedCollection<T> コンストラクタ(IList<T>)
新しいインスタンスにコピーされる要素のコレクション。
指定されたリストからコピーされた要素を含む IndexedCollection<T> クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal list As System.Collections.Generic.IList(Of T) _
)
public IndexedCollection<T>( 
   System.Collections.Generic.IList<T> list
)

パラメータ

list
新しいインスタンスにコピーされる要素のコレクション。
参照

IndexedCollection<T> クラス
IndexedCollection<T> メンバ
オーバーロード一覧